projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe5665
)
* buffer.c (buffer_slot_type_mismatch): Use XSTRING and
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:04:58 +0000
(08:04 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:04:58 +0000
(08:04 +0000)
SYMBOL_NAME instead of XSYMBOL and name field.
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index 83957ca0ad5e74a1ca8f0c99e1c503376217e76d..27ad62366b91fd6c8e2daef0ef57356a6bd7c800 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-4279,7
+4279,7
@@
buffer_slot_type_mismatch (offset)
sym = PER_BUFFER_SYMBOL (offset);
error ("Only %s should be stored in the buffer-local variable %s",
- type_name, XS
YMBOL (sym)->name
->data);
+ type_name, XS
TRING (SYMBOL_NAME (sym))
->data);
}
\f